home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / SOUND / RAVELUTL.ARJ / ARP.MA < prev    next >
Text File  |  1990-02-16  |  293b  |  20 lines

  1. uchar arp[16+1][4] = {
  2.     LLA,    e,    LC,    70,
  3.     LC,    s,    LB,    50,
  4.     D#,    s,    LA,    70,
  5.     LA,    e,    LB,    70,
  6.     LB,    s,    C,    100,
  7.     C,    e,    F#,    50,
  8.     F#,    s,    G,    100,
  9.     G,    q,    A,    50,
  10.     A,    e,    D,    25,
  11.     G,    e,    C,    25,
  12.     C,    q,    E,    25,
  13.     A,    s,    B,    0,
  14.     B,    s,    LC,    100,
  15.     HD,    s,    D,    100,
  16.     HE,    s,    G,    100,
  17.     LG,    dq,    C,    100,
  18.     0
  19. }
  20.